home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / show / Bview_102.lha / Bview102 / Install.script < prev    next >
Text File  |  1993-12-06  |  1KB  |  58 lines

  1. FailAt 30
  2.  
  3. Echo "*npowerpacker.library 36.10 reqtools install 38.1095 Script*n"
  4. Echo "for Bview 1.02*n"
  5.  
  6. Version >NIL: LIBS:powerpacker.library
  7. If NOT ERROR
  8.     Echo "Version of powerpacker.library already installed:"
  9.     Version LIBS:powerpacker.library
  10.     Echo ""
  11. EndIf
  12.  
  13. Ask "Install powerpacker.library version 36.10 ?"
  14. If  WARN
  15.  
  16. Copy Libs:powerpacker.library LIBS:powerpacker.library
  17. Echo "*npowerpacker.library 36.10 copied to your LIBS: directory.*n"
  18.  
  19. EndIf
  20.  
  21. Version >NIL: exec.library 37
  22. If WARN
  23.     Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
  24.     Skip END
  25. EndIf
  26.  
  27. Version >NIL: LIBS:reqtools.library
  28. If NOT ERROR
  29.     Echo "Version of reqtools.library already installed:"
  30.     Version LIBS:reqtools.library
  31.     Echo ""
  32. EndIf
  33.  
  34. Ask "Install reqtools.library version 38.1095 ?"
  35.  
  36. If  WARN
  37.  
  38. Copy Libs/reqtools.library LIBS:reqtools.library
  39. Echo "*nreqtools.library V38.1095 (2.0 version) copied to your LIBS: directory."
  40.  
  41. EndIf
  42.  
  43. Echo "*nInstallation complete.*n"
  44. Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
  45. Echo "Read Guide for more information about Bview..."
  46. Echo "Especially when you use AGA chipset."
  47.  
  48. Skip END
  49.  
  50. Lab ABORTED
  51.  
  52. Echo "*nInstallation aborted!*n"
  53.  
  54. Lab END
  55.  
  56. Wait 10
  57. EndCLI >NIL:
  58.